filechooser: Don't crash if invalid thumbnails exist
authorBenjamin Otte <otte@redhat.com>
Fri, 6 Dec 2013 18:15:24 +0000 (19:15 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 7 Dec 2013 00:39:38 +0000 (01:39 +0100)
commit860138b302b00b3f7e5a9865195f0e67f6844260
tree2c525fd93fc05ee4e4776ca12c99d779751c85ce
parent904bc272500b804e7868f7233883604d5778d133
filechooser: Don't crash if invalid thumbnails exist

Failing to load a thumbnail returns a NULL pixbuf. Since the hidpi
patches this wasn't checked when creating the surface. Result: assertion
failure.

https://bugzilla.gnome.org/show_bug.cgi?id=719977
gtk/gtkfilesystem.c